home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6938 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: nwlink.com!usenet
  2. From: grtorlba@nwlink.com (George R. Torralba)
  3. Newsgroups: comp.lang.basic.visual.misc,comp.lang.pascal.delphi.misc,comp.lang.c++
  4. Subject: Re: MultiThreading (was "SHOULD I DUMP,,,)
  5. Date: Thu, 15 Feb 1996 15:38:24 GMT
  6. Organization: None whatsoever
  7. Message-ID: <31235147.5556878@news.nwlink.com>
  8. References: <4e9g08$3dp@maureen.teleport.com> <4e9oji$me5@news-2.csn.net> <4ebko9$8tn@hasle.sn.no> <4egdqm$app@shore.shore.net> <4eiogb$cas@hasle.sn.no> <310CFB3E.114B@mail.inett.no> <4etkm5$n3p@newshost.cyberramp.net> <4f63bc$97a@news.service.uci.edu> <0a5Gx0JfFSfU089yn@oslonett.no> <4fkam0$g0b@ixnews6.ix.netcom.com> <NJ2Hx0JfFyhC089yn@oslonett.no> <311FBEC3.6CD3@harbornet.com>
  9. NNTP-Posting-Host: port2.annex5.nwlink.com
  10. X-Newsreader: Forte Agent .99d/32.182
  11.  
  12.  
  13. Which just reinforces my feeling that to be a serious VB developer,
  14. you have to know C.  Hacking and working around VB's brick walls is
  15. fun and somewhat gratifying.  And then it gets old.  And crazy.
  16.  
  17. George
  18.  
  19. In article , GIJoe <th_assoc@harbornet.com> wrote:
  20.  
  21. >Rune Moberg wrote:
  22. >> The number one selling point of shareware these days (in case you
  23. >> haven't noticed) is that it takes advantage of the OS it runs on,
  24. >> in the NT/Win95 world this means multithreading.
  25. >> 
  26. >> A newsreader should e.g. import news and email in the background,
  27. >> a web browser should not cease functioning just because you decide
  28. >> to download a file or print something, etc..etc...
  29. >
  30. >You CAN multithread in VB4(32).  Use an external OLE to
  31. >start up a timer.  Since that timer is started by
  32. >the system and not VBRUN*, it starts a new thread.
  33. >Any code in the timer event will execute as a
  34. >new thread.  You can start as many threads like this
  35. >as you like, although the timers are memory hogs.
  36. >
  37. >There have been other posts mentioning this method 
  38. >for VB4 EE C/S apps.
  39. >
  40. >-GIJoe th_assoc@harbornet.com
  41.  
  42.  
  43. ===============================================================================
  44.  George R. Torralba              xxxxxxxxxxxx                  Batang Cebu!!!
  45.  Seattle, Washington             206.227.0821              MIME mail accepted
  46. ===============================================================================
  47.